testing.F.fuzzContext (field)

12 uses

	testing (current package)
		fuzz.go#L71: 	fuzzContext *fuzzContext
		fuzz.go#L248: 	if f.fuzzContext.mode != fuzzWorker {
		fuzz.go#L250: 			if err := f.fuzzContext.deps.CheckCorpus(c.Values, types); err != nil {
		fuzz.go#L257: 		c, err := f.fuzzContext.deps.ReadCorpus(filepath.Join(corpusDir, f.name), types)
		fuzz.go#L263: 			if f.fuzzContext.mode == fuzzCoordinator {
		fuzz.go#L334: 				defer f.fuzzContext.deps.SnapshotCoverage()
		fuzz.go#L335: 				f.fuzzContext.deps.ResetCoverage()
		fuzz.go#L344: 	switch f.fuzzContext.mode {
		fuzz.go#L351: 		err := f.fuzzContext.deps.CoordinateFuzzing(
		fuzz.go#L378: 		if err := f.fuzzContext.deps.RunFuzzWorker(func(e corpusEntry) error {
		fuzz.go#L512: 			fuzzContext: fctx,
		fuzz.go#L582: 		fuzzContext: fctx,